home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintman / features < prev    next >
Text File  |  1991-10-31  |  1KB  |  31 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991 Eric R. Smith. All rights reserved. See the file COPYING
  4. for conditions of redistribution.
  5. -------------------------------------------------------------------------
  6. Features of MiNT that are incompatible with TOS (some might regard these
  7. as bugs):
  8.  
  9. Processes may have only 32 open files each.
  10.  
  11. Some low level disk utilities may get very confused if asked to operate on
  12. a pseudo-drive, like Q:, or on a non-tos filesystem.
  13.  
  14. The BIOS I/O routines on devices 0, 1, and 2 may be redirected by
  15. redirecting file handles -3, -2, and -1 respectively, i.e. they are
  16. no longer guaranteed to access the same printer, rs232, and console
  17. (although they do by default). Similarly, BIOS device 4 is controlled by
  18. file handles -4 (input) and -5 (output) and so it might not always refer
  19. to the MIDI port.
  20.  
  21. Filenames that are 4 characters long, with a ':' in the 4th position,
  22. are assumed to be device names and are translated into references to drive
  23. V:, i.e. "con:" means "V:\CON". TOS doesn't always do this translation,
  24. it seems, because I can recall creating files named "con:" in the current
  25. directory (not that I *wanted* to, which is the whole point of MiNT's
  26. feature).
  27.  
  28. All CTRL-ALT-function key combinations are reserved by MiNT. Not many
  29. programs use these, so this shouldn't be a big problem.
  30.  
  31.